So we can easily adjust the widget sizing in the theme.
color: white;
}
- padding: 4px;
+ padding: 10px;
border-radius: 5px;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
text-shadow: 0 1px black;
+
+ > box {
+ border-spacing: 6px;
+ }
}
</style>
<child>
<object class="GtkBox" id="box">
- <property name="spacing">6</property>
- <property name="margin-top">6</property>
- <property name="margin-bottom">6</property>
- <property name="margin-start">6</property>
- <property name="margin-end">6</property>
<child>
<object class="GtkImage" id="image">
<property name="icon-name">image-missing</property>